AriaLabel Property (FlexGridBase<T>)
In This Topic
Gets or sets the aria label property of cells host.
Syntax
'Declaration
Public Overridable Property AriaLabel As System.String
'Usage
Dim instance As FlexGridBase(Of T)
Dim value As System.String
instance.AriaLabel = value
value = instance.AriaLabel
public virtual System.string AriaLabel {get; set;}
public read-write property AriaLabel: System.String; virtual;
public function get,set AriaLabel : System.String
public: __property virtual System.string* get_AriaLabel();
public: __property virtual void set_AriaLabel(
System.string* value
);
public:
virtual property System.String^ AriaLabel {
System.String^ get();
void set ( System.String^ value);
}
See Also